home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / Futuris Imager 4.7 / imager.exe / f_rotate.dll / 0 / RCDATA / TFRMROTATE / TFRMROTATE.txt
Text File  |  2004-10-22  |  3KB  |  147 lines

  1. object frmRotate: TfrmRotate
  2.   Left = 190
  3.   Top = 105
  4.   ActiveControl = btnOK
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rotate Image'
  7.   ClientHeight = 423
  8.   ClientWidth = 592
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object sbxRotate: TScrollBox
  21.     Left = 5
  22.     Top = 5
  23.     Width = 502
  24.     Height = 340
  25.     HorzScrollBar.Smooth = True
  26.     HorzScrollBar.Tracking = True
  27.     VertScrollBar.Smooth = True
  28.     VertScrollBar.Tracking = True
  29.     Color = clAppWorkSpace
  30.     ParentColor = False
  31.     TabOrder = 0
  32.     object imgRotate: TRotateImage
  33.       Left = 0
  34.       Top = 0
  35.       Width = 105
  36.       Height = 105
  37.       AutoSize = True
  38.       UniqueSize = False
  39.     end
  40.   end
  41.   object btnPreview: TButton
  42.     Left = 512
  43.     Top = 320
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'Preview'
  47.     TabOrder = 1
  48.     OnClick = btnPreviewClick
  49.   end
  50.   object btnOK: TButton
  51.     Left = 512
  52.     Top = 5
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'OK'
  56.     Default = True
  57.     TabOrder = 2
  58.     OnClick = btnOKClick
  59.   end
  60.   object btnCancel: TButton
  61.     Left = 512
  62.     Top = 33
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'Cancel'
  66.     TabOrder = 3
  67.     OnClick = btnCancelClick
  68.   end
  69.   object gbxAngle: TGroupBox
  70.     Left = 5
  71.     Top = 350
  72.     Width = 292
  73.     Height = 66
  74.     Caption = ' Angle (degr.) '
  75.     TabOrder = 4
  76.     object edtAngle: TEdit
  77.       Left = 241
  78.       Top = 22
  79.       Width = 41
  80.       Height = 21
  81.       TabOrder = 0
  82.       Text = '0'
  83.     end
  84.     object tbrAngle: TTrackBar
  85.       Left = 4
  86.       Top = 19
  87.       Width = 234
  88.       Height = 31
  89.       Max = 360
  90.       PageSize = 30
  91.       Frequency = 30
  92.       TabOrder = 1
  93.       OnChange = tbrAngleChange
  94.     end
  95.   end
  96.   object gbxColor: TGroupBox
  97.     Left = 455
  98.     Top = 350
  99.     Width = 133
  100.     Height = 48
  101.     Caption = ' Fill Color '
  102.     TabOrder = 5
  103.     object pkrColor: TColorPickerButton
  104.       Left = 11
  105.       Top = 17
  106.       Width = 110
  107.       Height = 22
  108.       CustomText = 'Custom'
  109.       DefaultText = 'Default'
  110.       Flat = True
  111.       PopupSpacing = 8
  112.       SelectionColor = clWhite
  113.       ShowSystemColors = False
  114.       OnChange = pkrColorChange
  115.     end
  116.   end
  117.   object cbxAutoSize: TCheckBox
  118.     Left = 455
  119.     Top = 400
  120.     Width = 97
  121.     Height = 17
  122.     Caption = 'Autosize Image'
  123.     Checked = True
  124.     State = cbChecked
  125.     TabOrder = 6
  126.     OnClick = cbxAutoSizeClick
  127.   end
  128.   object btn90Left: TButton
  129.     Left = 512
  130.     Top = 94
  131.     Width = 75
  132.     Height = 25
  133.     Caption = '90 deg. CW'
  134.     TabOrder = 7
  135.     OnClick = btn90LeftClick
  136.   end
  137.   object btn90Right: TButton
  138.     Left = 512
  139.     Top = 122
  140.     Width = 75
  141.     Height = 25
  142.     Caption = '90 deg. CCW'
  143.     TabOrder = 8
  144.     OnClick = btn90RightClick
  145.   end
  146. end
  147.